Articles by Navjot Singh
-
How to Install and Configure Caddy Web Server with PHP and MariaDB on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, mysql, php, ubuntu, web server • Comments: 7Caddy Web Server is a modern open-source web server written in GO language. In this tutorial, you'll install and configure Caddy to run along with PHP and MariaDB on an Ubuntu 20.04 based server.
-
How to Install NFS Client and Server on Ubuntu 20.04
Author: Navjot Singh • Tags: debian, server, storage, ubuntu • Comments: 2Network File System or short NFS is a distributed file system protocol that allows you to mount remote directories on your server. In this tutorial, we will learn how to set up an NFS Server and how to mount NFS Shares on a client using Ubuntu 20.04.
-
How to Install Nginx with PHP and MariaDB (LEMP Stack) with Opcache, Redis and Let's Encrypt on Fedora 32
Author: Navjot Singh • Tags: fedora, linux, web server • Comments: 1In this guide, you will install a LEMP stack (Linux, Nginx, MariaDB and PHP) on a Fedora 32 based server. We will also install phpMyAdmin, Redis, Opcache, and Let's Encrypt SSL.
-
-
How to Install Fuel CMS with Nginx on Fedora 31
Author: Navjot Singh • Tags: linux, nginx, web server • Comments: 0Fuel CMS is an open-source content management system for websites and blogs. It is built on CodeIgniter, a popular PHP web framework. This tutorial will cover how to install Fuel CMS on a Fedora 31 based server.
-
How to Install Nginx with PHP and MariaDB (LEMP Stack) on Fedora 31
Author: Navjot Singh • Tags: fedora, linux • Comments: 0In this guide, you will install a LEMP stack on a Fedora 31 based server. LEMP is an acronym for Linux, )Nginx server, MySQL (we will be using MariaDB), and PHP. We will also install PHPMyAdmin, Redis, and Opcache.
-
How to Install and Configure OpenLiteSpeed Server on Fedora 31 along with MariaDB
Author: Navjot Singh • Tags: fedora, linux, web server • Comments: 3OpenLiteSpeed is a lightweight and open-source version of the LiteSpeed Server developed by LiteSpeed Technologies. It supports Apache Rewrite rules, HTTP/2 and HTTP/3 along with TLS v1.3 and QUIC protocols. It comes with a WebGUI based Administration panel which makes it different from other servers and easier to manage.
-
How to Install Wallabag on Ubuntu 18.04 LTS
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 0Wallabag is a read it later kind of service. It allows you to save webpages so that you can read it later at your own leisure pace. This tutorial will cover how to install and setup Wallabag on a server running on Ubuntu 18.04 and above.
-
How to install Mastodon Social Network with Docker on Ubuntu 18.04 LTS
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 12Mastodon is a free, decentralized and open-source social network. It was created as an alternative to Twitter. This tutorial will teach you how to set up your instance of Mastodon on a server with Ubuntu 18.04 using Docker.
-
How to Install Koel Music Streaming Server on Ubuntu 18.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 2Koel is a web-based personal audio streaming app written in Vue.js on the client-side and Laravel on the server-side. This tutorial will cover how to install Koel on Ubuntu 18.04 based server.
-
How to Install Gitlab Server with Docker on Ubuntu 18.04 LTS
Author: Navjot Singh • Tags: linux, programming, server, ubuntu • Comments: 2Gitlab CE or Community Edition is an open-source application used to host your Git repositories. In this tutorial, I will show you how to install Gitlab CE on Ubuntu 18.04 LTS using Docker and then configure it securely and add a first project.